home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / ppppro31.zip / CALLSTAT.DOC < prev    next >
Text File  |  1992-06-30  |  2KB  |  47 lines

  1.                              CallStat version 2.1
  2.                           Written by James R. Davis
  3.                             (C) Copyright 1991-92
  4.                              All Rights Reserved
  5.  
  6. Here's a little utility that will create a usage graph based on the times of
  7. day your system is in use.  To set it up for your system, modify to
  8. accompaning CALLSTAT.CNF file to suit your needs.  I believe you'll find this
  9. program fairly easy to use.
  10.  
  11. To execute correctly, use the following command on the command line:
  12.  
  13.                             CALLSTAT CALLSTAT.CNF
  14.  
  15.                                       or
  16.  
  17.                                    CALLSTAT
  18.  
  19. If the CNF filename is not specified on the command line then the default
  20. filename will be CALLSTAT.CNF!  The name of the CNF file can be anything, and
  21. is used to locate the necessary files to compute the graph.  You may generate
  22. different types of bulletins just by making a separate CNF file, and calling
  23. it something else.  Say for instance, you'd like to create 2 types of
  24. bulletins.  One that contains the statistics of use for the board, and the
  25. other would be the availability for your board.  You could change the
  26. variables in the accompanied CNF file sample for generation of each type, and
  27. name them STATS.CNF and AVAIL.CNF then write a simple batch file that would
  28. call the program twice during your daily event... like this:
  29.  
  30.                               @ECHO OFF
  31.                               CD C:\BBS\EVENTS
  32.                               CALLSTAT STATS.CNF
  33.                               CALLSTAT AVAIL.CNF
  34.                               CD C:\BBS
  35.  
  36. Help support shareware by registering the shareware programs you use
  37. frequently with the author.  We don't ask much, but we do need
  38. encouragement for all the work we put into our programs.
  39.  
  40. Registration for this program is only $10.  See the included ORDER.FRM text
  41. file for fees and licensing information.  The included DWARE.DOC lists all
  42. programs available from myself.  Take a look at it and see what you may like!
  43. Hope you enjoy this program.
  44.  
  45.                        -=> James "The Garf!" Davis! <=-
  46.  
  47.